home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / uupc11xd.zip / V42BIS.MDM < prev    next >
Text File  |  1992-12-13  |  3KB  |  49 lines

  1. # *--------------------------------------------------------------------*
  2. # *    Zoom Modem 2400 V42.bis with smart options enabled              *
  3. # *    (See zoom4bis.mdm for an newer version of this.)                *
  4. # *--------------------------------------------------------------------*
  5.  
  6. # *--------------------------------------------------------------------*
  7. # *     The Zoom is only a 2400 bps modem but we can talk to it at     *
  8. # *     9600 bps; this improves data transfer if data compression is   *
  9. # *     enabled, and commands are transmitted faster                   *
  10. # *--------------------------------------------------------------------*
  11. InSpeed=9600
  12. Device=COM1
  13. ModemTimeout=3
  14. Answer=CONNECT
  15.  
  16. # *--------------------------------------------------------------------*
  17. # *     Note that auto-answer is enabled by the following string       *
  18. # *--------------------------------------------------------------------*
  19. Ring="" \p\r\pATS0=1 OK-\pATS0=1-OK "" RING
  20. AnswerTimeout=20
  21.  
  22. # *--------------------------------------------------------------------*
  23. # *   Outward dialing options; you may also need to up the value       *
  24. # *   in S7 to control the internal modem timeout.                     *
  25. # *--------------------------------------------------------------------*
  26. Connect=CONNECT
  27. DialPrefix=\pATDT
  28. DialTimeout=41
  29.  
  30. # *--------------------------------------------------------------------*
  31. # *   Because we enable auto-answer, we disable it here when the       *
  32. # *   modem is reset                                                   *
  33. # *--------------------------------------------------------------------*
  34. Hangup="" \r\pATZ OK-ATZ-OK-\d\d+++\d\dATHZ-OK
  35.  
  36. # *--------------------------------------------------------------------*
  37. # *   We turn on ALL the neat options we can find when we              *
  38. # *   initialize one thing we do is to make the modem report it's      *
  39. # *   modem<-->computer at connect, so we can use autobauding          *
  40. # *   (nofixedspeed).                                                  *
  41. # *                                                                    *
  42. # *   Note:  We disable flow control on the basis UUCP "g"             *
  43. # *   protocol will pace the line for us.  This is not always          *
  44. # *   true, but I don't trust UUPC/extended hardware flow control,     *
  45. # *   which what we should use.                                        *
  46. # *--------------------------------------------------------------------*
  47. Initialize="" \r\pATZ OK-ATZ-OK-\d\d+++\d\dATHZ-OK \pATEM&D2&S0=0X4&Q5%C1\\N3&KW1S36=5 OK
  48. Options=nofixedspeed carrierdetect
  49.